home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00278.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  419 b   |  17 lines

  1. on exitFrame
  2.   global left, right, Hand, viewed
  3.   sound stop 1
  4.   sound stop 2
  5.   puppetSound(0)
  6.   set viewed to 0
  7.   set the cursor of sprite 3 to left
  8.   set the cursor of sprite 4 to right
  9.   set the cursor of sprite 6 to Hand
  10.   set the cursor of sprite 7 to Hand
  11.   set the cursor of sprite 8 to Hand
  12.   set the cursor of sprite 9 to Hand
  13.   repeat with i = 21 to 36
  14.     set the cursor of sprite i to Hand
  15.   end repeat
  16. end
  17.